[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Create a new Deque initialized with the items from the passed collection,
in order.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public Deque( IEnumerable<T> collection ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ collection As IEnumerable(Of T) _ ) |
Visual C++ |
---|
public: Deque ( IEnumerable<T>^ collection ) |
Parameters
- collection
- IEnumerable<(Of <T>)>
A collection of items to initialize the Deque with.
See Also
Deque<(Of <T>)> Class
Wintellect.PowerCollections Namespace